home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / leds.zip / MAIN.DFM / MAIN.txt
Text File  |  1996-04-06  |  7KB  |  325 lines

  1. object MainForm: TMainForm
  2.   Left = 461
  3.   Top = 110
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'LED Digit Demo'
  7.   ClientHeight = 198
  8.   ClientWidth = 186
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 20
  17.     Top = 148
  18.     Width = 145
  19.     Height = 21
  20.     Caption = '(c) BisonWare 1995'
  21.     Font.Color = clBlack
  22.     Font.Height = -16
  23.     Font.Name = 'Arial Black'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 12
  30.     Width = 71
  31.     Height = 13
  32.     Caption = 'The time is :'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 24
  36.     Top = 176
  37.     Width = 127
  38.     Height = 13
  39.     Caption = 'LED Digit Component V7.0'
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object Button1: TButton
  47.     Left = 4
  48.     Top = 92
  49.     Width = 57
  50.     Height = 25
  51.     Caption = '&Start'
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     TabOrder = 0
  58.     OnClick = Button1Click
  59.   end
  60.   object Panel1: TPanel
  61.     Left = 4
  62.     Top = 40
  63.     Width = 177
  64.     Height = 49
  65.     BevelOuter = bvLowered
  66.     Color = clBlack
  67.     TabOrder = 1
  68.     object LED1: TLEDDigit
  69.       Left = 116
  70.       Top = 8
  71.       Width = 17
  72.       Height = 33
  73.       CascadeValue = True
  74.       GhostColor = 1133863
  75.       ForwardConnect = LED2
  76.     end
  77.     object LED2: TLEDDigit
  78.       Left = 100
  79.       Top = 8
  80.       Width = 17
  81.       Height = 33
  82.       CascadeValue = True
  83.       MaxValue = 5
  84.       GhostColor = 1133863
  85.       ForwardConnect = LED3
  86.     end
  87.     object LED3: TLEDDigit
  88.       Left = 72
  89.       Top = 8
  90.       Width = 17
  91.       Height = 33
  92.       CascadeValue = True
  93.       GhostColor = 1133863
  94.       ForwardConnect = LED4
  95.     end
  96.     object LED4: TLEDDigit
  97.       Left = 56
  98.       Top = 8
  99.       Width = 17
  100.       Height = 33
  101.       CascadeValue = True
  102.       MaxValue = 5
  103.       GhostColor = 1133863
  104.       ForwardConnect = LED5
  105.     end
  106.     object LED5: TLEDDigit
  107.       Left = 28
  108.       Top = 8
  109.       Width = 17
  110.       Height = 33
  111.       CascadeValue = True
  112.       GhostColor = 1133863
  113.       ForwardConnect = LED6
  114.     end
  115.     object LED6: TLEDDigit
  116.       Left = 12
  117.       Top = 8
  118.       Width = 17
  119.       Height = 33
  120.       CascadeValue = True
  121.       BlankWhenZero = True
  122.       GhostColor = 1133863
  123.     end
  124.     object LED7: TLEDDigit
  125.       Left = 144
  126.       Top = 16
  127.       Width = 17
  128.       Height = 25
  129.       AutoSize = False
  130.       CascadeValue = True
  131.       GhostColor = 1133863
  132.       ForwardConnect = LED1
  133.     end
  134.     object Colon1: TLEDDigit
  135.       Left = 44
  136.       Top = 8
  137.       Width = 13
  138.       Height = 33
  139.       AutoSize = False
  140.       CascadeValue = False
  141.       GhostColor = 1133863
  142.       LEDDisplayType = dtColon
  143.     end
  144.     object Colon2: TLEDDigit
  145.       Left = 88
  146.       Top = 8
  147.       Width = 13
  148.       Height = 33
  149.       AutoSize = False
  150.       CascadeValue = False
  151.       GhostColor = 1133863
  152.       LEDDisplayType = dtColon
  153.     end
  154.     object Stop1: TLEDDigit
  155.       Left = 132
  156.       Top = 8
  157.       Width = 13
  158.       Height = 33
  159.       AutoSize = False
  160.       CascadeValue = False
  161.       GhostColor = 1133863
  162.       LEDDisplayType = dtStop
  163.     end
  164.   end
  165.   object Button3: TButton
  166.     Left = 64
  167.     Top = 92
  168.     Width = 57
  169.     Height = 25
  170.     Caption = 'Sto&p'
  171.     Enabled = False
  172.     Font.Color = clBlack
  173.     Font.Height = -11
  174.     Font.Name = 'MS Sans Serif'
  175.     Font.Style = []
  176.     ParentFont = False
  177.     TabOrder = 2
  178.     OnClick = Button3Click
  179.   end
  180.   object Button4: TButton
  181.     Left = 124
  182.     Top = 92
  183.     Width = 57
  184.     Height = 25
  185.     Caption = '&Reset'
  186.     Font.Color = clBlack
  187.     Font.Height = -11
  188.     Font.Name = 'MS Sans Serif'
  189.     Font.Style = []
  190.     ParentFont = False
  191.     TabOrder = 3
  192.     OnClick = Button4Click
  193.   end
  194.   object Button2: TButton
  195.     Left = 4
  196.     Top = 120
  197.     Width = 177
  198.     Height = 25
  199.     Caption = '&Close'
  200.     Font.Color = clBlack
  201.     Font.Height = -11
  202.     Font.Name = 'MS Sans Serif'
  203.     Font.Style = []
  204.     ParentFont = False
  205.     TabOrder = 4
  206.     OnClick = Button2Click
  207.   end
  208.   object Panel2: TPanel
  209.     Left = 88
  210.     Top = 4
  211.     Width = 93
  212.     Height = 33
  213.     BorderStyle = bsSingle
  214.     TabOrder = 5
  215.     object ss: TLEDDigit
  216.       Left = 72
  217.       Top = 3
  218.       Width = 14
  219.       Height = 26
  220.       AutoSize = False
  221.       CascadeValue = True
  222.       BackColor = clBtnFace
  223.       SegmentColor = clGray
  224.       GhostColor = clBtnFace
  225.       ForwardConnect = ss2
  226.     end
  227.     object ss2: TLEDDigit
  228.       Left = 60
  229.       Top = 3
  230.       Width = 14
  231.       Height = 26
  232.       AutoSize = False
  233.       CascadeValue = True
  234.       MaxValue = 5
  235.       BackColor = clBtnFace
  236.       SegmentColor = clGray
  237.       GhostColor = clBtnFace
  238.     end
  239.     object mm: TLEDDigit
  240.       Left = 44
  241.       Top = 3
  242.       Width = 14
  243.       Height = 26
  244.       AutoSize = False
  245.       CascadeValue = True
  246.       BackColor = clBtnFace
  247.       SegmentColor = clGray
  248.       GhostColor = clBtnFace
  249.       ForwardConnect = mm2
  250.     end
  251.     object mm2: TLEDDigit
  252.       Left = 32
  253.       Top = 3
  254.       Width = 14
  255.       Height = 26
  256.       AutoSize = False
  257.       CascadeValue = True
  258.       MaxValue = 5
  259.       BackColor = clBtnFace
  260.       SegmentColor = clGray
  261.       GhostColor = clBtnFace
  262.     end
  263.     object hh: TLEDDigit
  264.       Left = 16
  265.       Top = 3
  266.       Width = 14
  267.       Height = 26
  268.       AutoSize = False
  269.       CascadeValue = True
  270.       BackColor = clBtnFace
  271.       SegmentColor = clGray
  272.       GhostColor = clBtnFace
  273.       ForwardConnect = hh2
  274.     end
  275.     object hh2: TLEDDigit
  276.       Left = 4
  277.       Top = 3
  278.       Width = 14
  279.       Height = 26
  280.       AutoSize = False
  281.       CascadeValue = True
  282.       BackColor = clBtnFace
  283.       SegmentColor = clGray
  284.       GhostColor = clBtnFace
  285.     end
  286.     object LEDDigit8: TLEDDigit
  287.       Left = 28
  288.       Top = 3
  289.       Width = 5
  290.       Height = 26
  291.       AutoSize = False
  292.       CascadeValue = False
  293.       BackColor = clBtnFace
  294.       SegmentColor = clGray
  295.       GhostColor = clBtnFace
  296.       LEDDisplayType = dtColon
  297.     end
  298.     object LEDDigit9: TLEDDigit
  299.       Left = 56
  300.       Top = 3
  301.       Width = 5
  302.       Height = 26
  303.       AutoSize = False
  304.       CascadeValue = False
  305.       BackColor = clBtnFace
  306.       SegmentColor = clGray
  307.       GhostColor = clBtnFace
  308.       LEDDisplayType = dtColon
  309.     end
  310.   end
  311.   object Timer1: TTimer
  312.     Enabled = False
  313.     Interval = 1
  314.     OnTimer = Timer1Timer
  315.     Left = 196
  316.     Top = 8
  317.   end
  318.   object Timer2: TTimer
  319.     Interval = 500
  320.     OnTimer = Timer2Timer
  321.     Left = 196
  322.     Top = 40
  323.   end
  324. end
  325.